Search
AwtGraphics.fillPolygon Method (Brush, Point[])
See Also
 






Fills the polygon defined by the specified points using the specified brush.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public void fillPolygon (
    Brush brush,
    Point[] points
)

 Parameters

brush

points

 See Also